Remove extraneous clear of 'is_html' flag.
authorrobertl <robertl>
Thu, 21 Sep 2006 15:47:01 +0000 (15:47 +0000)
committerrobertl <robertl>
Thu, 21 Sep 2006 15:47:01 +0000 (15:47 +0000)
gpx.c

diff --git a/gpx.c b/gpx.c
index 07f3ecdd61a2a464088c028794de6c865217d3b6..2434e003fee79c1925dc7cd2dd9054f0bfa12d20 100644 (file)
--- a/gpx.c
+++ b/gpx.c
@@ -439,7 +439,6 @@ tag_gs_cache(const char **attrv)
 {
        const char **avp;
 
-       cache_descr_is_html = 0;
        for (avp = &attrv[0]; *avp; avp+=2) {
                if (strcmp(avp[0], "id") == 0) {
                                wpt_tmp->gc_data.id = atoi(avp[1]);